home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sregexpf / sgregexp.rc < prev    next >
Text File  |  1998-06-01  |  2KB  |  94 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "winres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""winres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#include ""res/sgRegExp.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  44.     "\r\n"
  45.     "1 TYPELIB ""sgRegExp.tlb""\r\n"
  46.     "\0"
  47. END
  48.  
  49. #endif    // APSTUDIO_INVOKED
  50.  
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // REGISTRY
  55. //
  56.  
  57. IDR_SGREGEXP            REGISTRY DISCARDABLE    "sgRegExp.rgs"
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // String Table
  62. //
  63.  
  64. STRINGTABLE DISCARDABLE 
  65. BEGIN
  66.     IDS_PROJNAME            "RegExp"
  67. END
  68.  
  69. STRINGTABLE DISCARDABLE 
  70. BEGIN
  71.     IDS_ERR_NOREGEXP        "Regular expression is not specified"
  72.     IDS_ERR_SUBSTRINGS_FAILED "Creation of a Substrings collection failed"
  73.     IDS_ERR_NOSUBSTRING     "Unable to retrieve Substring object"
  74.     IDS_ERR_INVALIDSTARTPOS "Invalid start position argument"
  75. END
  76.  
  77. #endif    // English (U.S.) resources
  78. /////////////////////////////////////////////////////////////////////////////
  79.  
  80.  
  81.  
  82. #ifndef APSTUDIO_INVOKED
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Generated from the TEXTINCLUDE 3 resource.
  86. //
  87. #include "res/sgRegExp.rc2"  // non-Microsoft Visual C++ edited resources
  88.  
  89. 1 TYPELIB "sgRegExp.tlb"
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. #endif    // not APSTUDIO_INVOKED
  93.  
  94.